home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global givState
- set clik to the clickOn
- HSStatePut("iv", "noHelpScreen", 1)
- set the castNum of sprite clik to the number of cast "preview button down"
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- if the mouseCast = the number of cast "preview button down" then
- DisableIdleAnim()
- PlaySoundWait("CLIK2.AIF")
- set the editListPlaybackPtr of givState to 1
- set the castNum of sprite clik to the number of cast "preview button"
- updateStage()
- DVPlay(1, 2)
- EditListPlay(1, #play)
- end if
- end
-